From 7875de2186405ed62ed320e9c7389c1a0f5e7f50 Mon Sep 17 00:00:00 2001 From: Micah Abbott Date: Wed, 22 Oct 2025 16:22:56 -0400 Subject: [PATCH] docs: fixed dead link Fixes: #3534 Signed-off-by: Micah Abbott --- docs/adapting-existing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/adapting-existing.md b/docs/adapting-existing.md index a1b738dc..480e8e4f 100644 --- a/docs/adapting-existing.md +++ b/docs/adapting-existing.md @@ -121,7 +121,7 @@ machines, you will need to choose a solution for `/etc/passwd`. The core problem is that if you add a user to the system for a daemon, the OSTree upgrade process for `/etc` will simply notice that because `/etc/passwd` differs from the previous default, it will keep the -modified config file, and your new OS user will not be visible. +modified config file, and your new OS user will not be visible. First, consider using [systemd DynamicUser=yes](https://0pointer.net/blog/dynamic-users-with-systemd.html) where applicable. This entirely avoids problems with static @@ -201,4 +201,4 @@ Then to actually deploy this tree for the next boot: `ostree admin deploy $osname/$releasename/$description` This is essentially what [rpm-ostree](https://github.com/projectatomic/rpm-ostree/) -does to support its [package layering model](https://rpm-ostree.readthedocs.io/en/latest/manual/administrator-handbook/#hybrid-imagepackaging-via-package-layering). +does to support its [package layering model](https://coreos.github.io/rpm-ostree/administrator-handbook/#hybrid-imagepackaging-via-package-layering). -- 2.30.2